home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Developer CD Series 1997 January: Mac OS SDK
/
Dev.CD Jan 97 SDK1.toast
/
Development Kits (Disc 1)
/
Interfaces&Libraries
/
Interfaces
/
CIncludes
/
SeekDefs.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1995-08-05
|
334 b
|
22 lines
|
[
TEXT/MPS
]
/*
SeekDefs.h -- Common definitions
Copyright Apple Computer,Inc. 1987-1990, 1994, 1995
All rights reserved.
SEEK constants - defined only by FCntl and stdio. NOT defined by stddef
when included explicitly.
*/
#ifndef __SEEKDEFS__
#define __SEEKDEFS__
#define SEEK_CUR 1
#define SEEK_END 2
#define SEEK_SET 0
#endif